[XEND] Fix resume for managed domains.
authorAlastair Tse <atse@xensource.com>
Thu, 7 Dec 2006 13:47:13 +0000 (13:47 +0000)
committerAlastair Tse <atse@xensource.com>
Thu, 7 Dec 2006 13:47:13 +0000 (13:47 +0000)
Signed-off-by: Alastair Tse <atse@xensource.com>
tools/python/xen/xend/XendCheckpoint.py

index 707a9c5c3cadad85cd12fd1b76096972b0b887a0..21a323cdccfc86d847b603e643f593ca54caa9be 100644 (file)
@@ -137,7 +137,6 @@ def restore(xd, fd, dominfo = None, paused = False):
     vmconfig = p.get_val()
 
     if dominfo:
-        dominfo.update(XendConfig(sxp_obj = vmconfig), refresh = False)
         dominfo.resume()
     else:
         dominfo = xd.restore_(vmconfig)